home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / contrib / pgperl / README < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.8 KB  |  47 lines

  1. $Header: /private/postgres/src/contrib/pgperl/RCS/README,v 1.2 1991/03/08 13:22:26 kemnitz Exp $
  2.  
  3. This is version 1.0 beta of pgperl.
  4.  
  5. Copyright 1990 Igor Metz
  6. This material may be freely distributed, provided this notice is retained.
  7. This material is provided as is, with no warranty expressed or implied.
  8. Use at your own risk.
  9.  
  10. PGPERL?
  11. -------
  12.  
  13. Pgperl is a version of Larry Wall's language perl which allows you to use
  14. Postgres from within perl. This has been done by using the C function
  15. interface of perl which calls the Postgres version 2.0 C library libpq.
  16.  
  17. In order to build pgperl, you need the following stuff:
  18.  
  19.  o Pgperl, available from iamsun.unibe.ch [130.92.64.10].
  20.  o Postgres version 2.0, available from postgres.berkeley.edu [128.32.149.1]
  21.    or from iamsun.unibe.ch [130.92.64.10].
  22.  o Perl 3.0, patchlevel 28, available from jpl-devvax.jpl.nasa.gov
  23.    [128.149.1.143] or from iamsun.unibe.ch [130.92.64.10].
  24.  
  25. The pgperl distribution contains the following files:
  26.  
  27. README          This file.
  28. Makefile      guess :-)
  29. pg-libpg.mus      The 'mus' code for the Postgres - Perl Interface.
  30. pg-mus          A perl script to convert pg-libpg.mus    to pg-libpg.c.
  31. usersub.c      A C function which will be called by perl to initialize the
  32.           Postgres - Perl Interface.
  33. testlibpq.pl      A pgperl script which shows you, how you can use Postgres
  34.           from within perl.
  35.  
  36. Pgperl has been written on a Sun SparcStation 1 under SunOS 4.0.3. I do not
  37. know, how well it works on other machines.
  38.  
  39. Please address bug reports to Igor Metz <metz@iam.unibe.ch>. Do not expect
  40. rapid responses.
  41.  
  42.  
  43. Igor Metz
  44. Institut fuer Informatik und angew. Mathematik, Universitaet Bern, Switzerland.
  45. domainNet: metz@iam.unibe.ch               Phone: (0041) 31 65 49 90
  46. ARPA:      metz%iam.unibe.ch@relay.cs.net  Fax:   (0041) 31 65 39 65
  47.